home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / rsa2.zip / DOC.ZIP / README.DOC < prev    next >
Text File  |  1993-05-09  |  32KB  |  580 lines

  1.  
  2. ╔══════════════════════════════════════════════════════════════════════════════╗
  3. ║    SECTION 01.01 : INDEX                                                     ║
  4. ╚══════════════════════════════════════════════════════════════════════════════╝
  5.  
  6.       The RSA/2 Stock Analysis documentation consists of 2 files:
  7.  
  8.       File 1 - README.DOC : Installation Information
  9.       ----------------------------------------------
  10.       1.01   Index
  11.       1.02   Installation
  12.       1.03   Operation
  13.       1.04   Files on Distribution Diskette
  14.       1.05   Start List File
  15.       1.06   Parameter File
  16.       1.07   Table File
  17.       1.08   Notes File
  18.       1.09   Earnings File
  19.       1.10   Hardware Requirements
  20.       1.11   Shareware and Registered Version
  21.       1.12   Technical Support
  22.       1.13   Stock Update Procedure
  23.       1.14   Script Generation
  24.       1.15   Disclaimer
  25.       1.16   Trademark References
  26.  
  27.       File 2 - FAQ.DOC    : Frequently Asked Questions
  28.       ------------------------------------------------
  29.  
  30. ╔══════════════════════════════════════════════════════════════════════════════╗
  31. ║    SECTION 01.02 : INSTALLATION                                              ║
  32. ╚══════════════════════════════════════════════════════════════════════════════╝
  33.  
  34.      INSTALLATION
  35.  
  36.      The INSTALL.BAT file is used to install RSA/2.  Option is available
  37.      for a basic or advanced installation method.  Advanced method is
  38.      recommended for users tracking over 100 stocks.  The default
  39.      installation loads RSA/2 into directory C:\RSA2.
  40.  
  41.         1) Type INSTALL to begin installation:
  42.               INSTALL
  43.  
  44.         2) Customize start list file for your system configuration.
  45.            See section 1.05 for description of start list parameters.
  46.  
  47.         3) Change current directory :
  48.               CD C:\RSA2
  49.  
  50.         4) Execute RSA.BAT file to start program :
  51.               RSA
  52.  
  53. ╔══════════════════════════════════════════════════════════════════════════════╗
  54. ║    SECTION 01.03 : OPERATION                                                 ║
  55. ╚══════════════════════════════════════════════════════════════════════════════╝
  56.  
  57.      The RSA/2 program is usually started with a BAT file such
  58.      as "RSA.BAT" which contains data such as "RSA2 START.RSA".
  59.      This starts the RSA2.EXE program which must be in the current
  60.      directory (such as \RSA2) or in a directory in the current DOS
  61.      path.  The RSA.BAT file must also be in the current directory or
  62.      in a directory in the current DOS path.  The START.RSA parameter
  63.      file defines the start list parameter file to be used.
  64.  
  65.      Several .BAT files may be created which reference different start
  66.      list files.  The start list file defines RSA/2 parameters which
  67.      are not frequently changed.  Parameters which change frequently such
  68.      as the current date are maintained by RSA/2 in the PARMS.RSA file.
  69.      One reason for defining multiple start list files is to divide your
  70.      total stock list into separate sectors.  Each start list may
  71.      reference a different modified stock master list "BASENAME".
  72.      The BASENAME file can be created by manually editing to add new
  73.      stocks or it can be created by following DOS commands:
  74.         DIR C:\RSA2\DATA\*.DAT > UNSORTED
  75.         SORT < UNSORTED > BASENAME
  76.  
  77.      The technical analysis function definitions are in file "TABLE.RSA".
  78.      Most analysis function parameters such as moving average time
  79.      periods can be modified from the MODIFY FUNCTION window.  However
  80.      the shareware version does not allow saving of these changes.
  81.      The registered version will save all changes in file "TABLE.RSA".
  82.  
  83.      RSA/2 uses a virtual memory technique for loading the stock
  84.      data files into computer memory.  The number of stocks in the
  85.      stock cache is defined in a start list parameter.  This allows
  86.      for fast charting of successive stock symbols with less disk access
  87.      and without use of expanded or extended memory.  Support for expanded
  88.      memory is also available and requires EMS memory as follows:
  89.         Stock Cache Size = 130  ===>  215K EMS memory needed
  90.         Stock Cache Size = 260  ===>  430K EMS memory needed
  91.         Stock Cache Size = 520  ===>  860K EMS memory needed
  92.         Stock Cache Size =1040  ===> 1720K EMS memory needed
  93.  
  94.      RSA/2 can be operated using the keyboard or mouse.     Each text
  95.      window is formatted using listboxes, scroll bars, and pushbuttons.
  96.      The TAB key along with the cursor arrow keys (or mouse cursor) are
  97.      used to select window objects.   The ENTER key (or mouse button 1)
  98.      is then used to activate the selected option.  The ESC key (or
  99.      mouse button 2) is used to exit the current window.  Mouse button 3
  100.      is not used.
  101.  
  102.      If the 64-color start list option is selected, then colors for
  103.      each text screen window can be customized by hitting the F5
  104.      function key.  The color changes are automatically saved in the
  105.      "C03.RSA" color defintion file.
  106.  
  107.      A help window is available from most of the text screen windows
  108.      by hitting the F4 function key.
  109.  
  110. ╔══════════════════════════════════════════════════════════════════════════════╗
  111. ║    SECTION 01.04 : FILES ON DISTRIBUTION DISKETTES                           ║
  112. ╚══════════════════════════════════════════════════════════════════════════════╝
  113.  
  114.      The distribution diskette(s) contain the following files:
  115.  
  116.        README.DOC   - This documentation file.
  117.        FAQ.DOC      - Frequently asked questions with answers.
  118.        REGISTER.DOC - Shareware registration form.
  119.        RSA2.EXE     - RSA/2 Stock Analysis program.
  120.        RSA2UP.EXE   - RSA/2 Automated Updater program.
  121.        RSA.BAT      - RSA/2 startup BAT file.
  122.        START.RSA    - Start list parameters file.
  123.        PARMS.RSA    - Parameter file.
  124.        TABLE.RSA    - Table definition file.
  125.        C01.RSA      - Color definition file (monochrome).
  126.        C02.RSA      - Color definition file (16 color).
  127.        C03.RSA      - Color definition file (64 color).
  128.        RSAHELP.MSG  - Help messages (Do not modify).
  129.        RSAHELP.NDX  - Help message index (Do not modify).
  130.        ASP.LZH      - Sample scripts for script generation.
  131.        BAT.LZH      - Additional BAT files for advanced install.
  132.        DATA.LZH     - Sample stock data files.
  133.        NOTES.LZH    - Sample note files for notes feature.
  134.        LHARC.EXE    - File unarchive program.
  135.  
  136. ╔══════════════════════════════════════════════════════════════════════════════╗
  137. ║    SECTION 01.05 : START LIST FILE                                           ║
  138. ╚══════════════════════════════════════════════════════════════════════════════╝
  139.  
  140.      The start list file "START.RSA" contains the following parameters.
  141.      Parameters #01, #02, #21, #22, and #23 may need to be modified to
  142.      match your system configuration.  Other parameters should not be
  143.      modified until you become more familiar with RSA/2 operation.
  144.  
  145.      Parameter  Default Value              Description
  146.      ---------  -------------------------  -----------------------------
  147.         #01     \RSA2\BASENAME             Stock Symbol Master List
  148.                                               (Can be in any directory)
  149.         #02     \RSA2\DATA\                Stock Data File Directory
  150.                                               (Must end with "\")
  151.         #03     \RSA2\PARMS.RSA            Parameter File
  152.                                               (Usually in \RSA2 directory)
  153.         #04     \RSA2\TABLE.RSA            Table Function Definitions
  154.                                               (Usually in \RSA2 directory)
  155.         #05     \RSA2\LOG.RSA              Error Log File
  156.                                               (Usually in \RSA2 directory)
  157.         #06     \RSA2\EPS.RSA              Earnings File
  158.                                               (Usually in \RSA2 directory)
  159.         #07     \RSA2\NOTES\               Notes Directory
  160.                                               (Must end with "\")
  161.         #08     \RSA2\RSAHELP.MSG          Help Messages File
  162.                                               (Usually in \RSA2 directory)
  163.         #09     \RSA2\RSAHELP.NDX          Help Messages Index
  164.                                               (Usually in \RSA2 directory)
  165.         #10                                Not Used
  166.         #11     \RSA2\C01.RSA              Monochrome Color File
  167.                                               (Usually in \RSA2 directory)
  168.         #12     \RSA2\C02.RSA              16-color Color File
  169.                                               (Usually in \RSA2 directory)
  170.         #13     \RSA2\C03.RSA              64-color Color File
  171.                                               (Usually in \RSA2 directory)
  172.         #14-#19                            Not Used
  173.         #20     RSA                        Data File Format
  174.                                               (RSA,TC2000,META,PRO)
  175.         #21     LPT1                       Printer Port
  176.                                               (LPT1/LPT2)
  177.         #22     EGA                        Graphics Mode
  178.                                               (VGA/EGA/CGA/HERCULES)
  179.         #23     64                         Graph Colors
  180.                                               (64/16/2)
  181.         #24     65                         Stock File Cache Size
  182.                                               (65/52/26/13/5    if #25=NO)
  183.                                               (1040/520/260/130 if #25=YES)
  184.         #25     NO                         Expanded Memory
  185.                                               (YES/NO)
  186.         #26     60                         Maximum Tables
  187.                                               (10 to 100)
  188.         #27     20                         Maximum Table Columns
  189.                                               (10 to 28)
  190.         #28     30                         #Stocks in Stock Index
  191.                                               (0 to maximum symbols)
  192.         #29     30                         #Stocks in RSI Calculations
  193.                                               (0 to maximum symbols)
  194.         #30     YES                        Display Date Window at Start
  195.                                               (YES/NO)
  196.  
  197. ╔══════════════════════════════════════════════════════════════════════════════╗
  198. ║    SECTION 01.06 : PARAMETER FILE                                            ║
  199. ╚══════════════════════════════════════════════════════════════════════════════╝
  200.  
  201.      The parameter file "PARMS.RSA" contains the following data:
  202.  
  203.      - Date of last stock file update day.
  204.      - First Monday date for current, previous, and next year.
  205.      - Leap year indicator for current, previous, and next year.
  206.  
  207. ╔══════════════════════════════════════════════════════════════════════════════╗
  208. ║    SECTION 01.07 : TABLE FILE                                                ║
  209. ╚══════════════════════════════════════════════════════════════════════════════╝
  210.  
  211.      The table file "TABLE.RSA" contains the following table
  212.      function definitions.  Most parameters can be modified from
  213.      the MODIFY FUNCTION window option.  However the shareware
  214.      version will not save the modifications to disk.  The registered
  215.      version allows for saving all parameter changes and definitions
  216.      of new analysis functions in the disk file "TABLE.RSA".
  217.  
  218.      Price Moving Averages - This table defines a graph of the daily
  219.         close price with a 30 and 200 day moving average of the
  220.         close price.  A buy signal is generated when the close
  221.         price crosses above the moving average line.  A sell signal
  222.         is generated when the close price crosses below the moving
  223.         average line.  Long term investors should use a longer term
  224.         moving average and short term traders a shorter moving average.
  225.  
  226.      Moving Average Oscillator - This table defines a moving average
  227.         oscillator obtained by subtracting a longer moving average
  228.         from a shorter moving average.  A buy signal is generated
  229.         when the moving average oscillator crosses above the zero line.
  230.         A sell signal is generated when the oscillator crosses below
  231.         the zero line.  Earlier buy and sell signals can be obtained
  232.         by attempting to "guess" at tops and bottoms for the oscillator
  233.         based on previous high and low values for the oscillator.
  234.  
  235.      MACD Oscillator - The Moving Average Convergence/Divergence
  236.         function is an indication of overbought or oversold conditions.
  237.         A difference between two exponentially smoothed moving
  238.         averages is called the MACD line.  An exponentially smoothed
  239.         moving average of the MACD line is called the signal line.
  240.         A buy signal is generated when the MACD line crosses above
  241.         the signal line and a sell signal is generated when the
  242.         MACD line crosses below the signal line.  The MACD Oscillator
  243.         is obtained by subtracting the signal line from the MACD line.
  244.         A buy signal is generated when the MACD oscillator crosses
  245.         above the zero line and a sell signal when it crosses below.
  246.  
  247.      Directional Movement - This indicator generates a buy signal
  248.         when the Positive Directional crosses above the Negative
  249.         Directional and Directional Movement is increasing.  Then a sell
  250.         signal is generated when the Positive Directional crosses below
  251.         the Negative Directional or when Directional Movement begins to
  252.         decline.
  253.  
  254.      Williams Variable Accumulation Distribution - This is a volume
  255.         weighted price momentum indicator which generates a buy
  256.         signal when WVAD crosses above the zero line and a sell
  257.         signal when WVAD crosses below the zero line.
  258.  
  259.      Price Momentum - This is a price momentum indicator calculated
  260.         by subtracting the price N-Days ago from the current price.
  261.         A buy signal is generated when this value crosses above the
  262.         zero line and a sell signal is generated when this value
  263.         crosses below the zero line.
  264.  
  265.      Price Rate of Change - This is a price momentum indicator
  266.         calculated by dividing the current price by the price N-Days
  267.         ago.  A buy signal is generated when this value crosses
  268.         above the 100% line and a sell signal is generated when
  269.         this value crosses below the 100% line.
  270.  
  271.      Wilder RSI - This table defines the Wilder Relative Strength
  272.         Indicator.  This indicator is obtained by dividing the
  273.         positive price changes over an N-Day period by the total
  274.         price changes.  A sell signal is generated when the indicator
  275.         value crosses above 0.66 and a buy signal is generated when
  276.         the indicator is below a 0.33 level.
  277.  
  278.      Relative Strength - This table defines a relative strength
  279.         ratio indicator obtained by dividing the stock price
  280.         by an index average price.  This measures individual stock
  281.         performance compared to the average performance of all stocks
  282.         in the stock database.  Stocks with above average performance
  283.         will have an increasing relative strength.
  284.  
  285.      Relative Strength vs. Index - This relative strength indicator
  286.         is calculated by dividing each stock price by the index
  287.         stock price (Stock #0).  This illustrates the performance
  288.         of the individual stock in comparison to the average
  289.         performance of the composite stock index.
  290.  
  291.      ROC Relative Strength - This relative strength indicator
  292.         is calculated by dividing the rate of change of each stock
  293.         price bye the rate of change of the index stock (Stock #0).
  294.         This illustrates the performance of the individual stock in
  295.         comparison to the average performance of the stock index.
  296.         A buy signal is generated whn the indicator crosses above
  297.         the 100 line from below.  A sell signal is generated when
  298.         the indicator value crosses below the 100 line from above.
  299.  
  300.      Commodity Channel Index - This price momentum indicator
  301.         generates a buy signal when CCI increases crosses above the
  302.         zero line and then sell when CCI crosses below the zero line.
  303.  
  304.      Arms's Ease of Movement - This is a momentum indicator which
  305.         generates a buy signal when its simple moving average
  306.         crosses above the zero line and a sell signal when its simple
  307.         moving average crosses below the zero line.
  308.  
  309.      Volume Accumulation Oscillator - This volume momentum indicator
  310.         generates a buy signl when VAO crosses above its moving average
  311.         and a sell signal when VAO crosses below its moving average.
  312.  
  313.      On Balance Volume - This indicator is a running summation of
  314.         volume.  If the current day's close price is above the
  315.         previous day's, then the current day's volume is added to
  316.         the running total.  If the close is below the previous
  317.         day, then the volume is subtracted from the running total.
  318.         This indicator is commonly used for divergence analysis.  If
  319.         the price moves to a new high and this is not supported by a
  320.         corresponding higher value for OBV then a sell signal is
  321.         generated.  If the price moves to a new low and OBV does not
  322.         move lower, then this indicates a possible price bottom and
  323.         a buy signal is generated.  The moving average crossover can
  324.         also be used with this indicator.
  325.  
  326.      Price Volume Trend - This indicator is a variation of the OBV
  327.         indicator.  Instead of adding or subtracting the entire volume,
  328.         the volume amount used is proportional to the amount of the
  329.         price change for the current day.  This indicator should be
  330.         interpreted in the same manner as the OBV.
  331.  
  332.      Positive Volume Indicator - This indicator is a measure of
  333.         price action during periods of increasing volume.  Increasing
  334.         volume when prices are rising should be expected.  A buy
  335.         signal is generated when the PVI crosses above its own
  336.         moving average.  The stock should be held as long as PVI
  337.         is increasing and staying above its moving average.
  338.  
  339.      Negative Volume Indicator - This indicator is a measure of
  340.         price action during periods of decreasing volume.  Since
  341.         price decreases with lower volume is not a negative
  342.         signal,  a decreasing NVI would be common.  A rising NVI
  343.         indicating rising prices on lower volume would indicate
  344.         unusual activity.
  345.  
  346.      Bollinger Bands - This indicator defines a band produced by
  347.         adding and subtracting two standard deviations.  A buy signal
  348.         is generated when the price crosses above the lower band.  A sell
  349.         signal is generated when the price crosses below the upper band.
  350.  
  351.      Moving Average Bands - This table defines a moving average band
  352.         produced by fixed percentage changes around a 30-Day moving
  353.         average.  A buy signal is generated when the price crosses
  354.         above the lower band.  A sell signal is generated when the
  355.         price crosses below the upper band.
  356.  
  357.      Lane Stochastic - This price momentum indicator generates
  358.         a buy signal when the Lane Stochastic moving average crosses
  359.         above the Lane Stochastic slow moving average and a sell
  360.         signal when it crosses below.  Also watch for divergence
  361.         between the Lane Stochastic and the stock price.
  362.  
  363.      Daily Volume - These tables plots daily volume.  Price
  364.         movements are frequently preceded by increases in volume.
  365.  
  366.      Price Change Comparison - This table illustrates use of the
  367.         Price Change function to determine which stocks have
  368.         performed best or worst in the last N-Day time period.
  369.         The table display is limited to 260 stocks.  Hit TAB to
  370.         display the next group of 260 stocks or SHIFT-TAB to
  371.         display the previous group of 260 stocks.
  372.  
  373.      Volume Change Comparison - This table illustrates use of the
  374.         Volume Change function to determine which stocks have the
  375.         largest increase in volume in the last N-Day time period.
  376.         The table display is limited to 260 stocks.  Hit TAB to
  377.         display the next group of 260 stocks or SHIFT-TAB to
  378.         display the previous group of 260 stocks.
  379.  
  380.      Price Change Comparison - This table illustrates use of the
  381.         Price Change function to determine which stocks have
  382.         performed best in a specified time period.
  383.  
  384.      McClellan Oscillator - This function is calculated by subtracting
  385.         a 39-day exponential moving average of advances minus declines
  386.         from a 19-day exponential moving average of advances minus
  387.         declines.  An overbought condition is detected by a result above
  388.         100 and an oversold condition is detected by a result below -100.
  389.  
  390.      McClellan Summation Index - This function is calculated by taking
  391.         a running summation of the McClellan Oscillator.   A buy signal
  392.         is generation when the function value crosses above the zero
  393.         line.  A sell signal is generated when the value crosses below
  394.         the zero line.
  395.  
  396.      Advance Decline Line - The advance-decline line is cumulative
  397.         summation of the difference between the number of advancing
  398.         issues minus the number of declining issues.
  399.         Advances and declines of the issues in the Relational Stock
  400.         Analysis database are also available as a function value.
  401.         Convergence and divergence of this indicator with a price
  402.         index should be done to interpret signals.
  403.  
  404.      Advance Decline Ratio - This function is calculated by dividing
  405.         the number of advancing issues by the number of declining
  406.         issues.  An overbought condition is signaled when a moving
  407.         average of the Advance Decline Ratio is above 1.25 and an
  408.         oversold condition when the value is below 0.75.
  409.  
  410.      ARMS Index (TRIN) - This table function computes the TRIN for
  411.         the RSA/2 stock database.     A decreasing chart pattern is bullish
  412.         and indicates that the up stocks are getting more than their
  413.         share of volume.  An increasing function value is bearish and
  414.         indicates that the down stocks are getting more than their
  415.         share of volume.  The ARMS Index formula is defined as :
  416.         TRIN = (Advances/Declines)/(Advancing Volume)/(Declining Volume)
  417.  
  418.      Open 10 TRIN & Open 30 TRIN - These functions are variations
  419.         of the Arms Index which use 10 or 30 day time periods instead
  420.         of one day time intervals.  High readings indicate an oversold
  421.         condition and low readings indicate an overbought condition.
  422.  
  423.      Upside/Downside Ratio -  This table function is the ratio of the
  424.         volume of advancing issues to the volume of declining issues
  425.         in the RSA/2 stock database.     An increasing chart pattern is
  426.         is bullish indicating buying pressure and a decreasing function
  427.         value is bearish indicating selling pressure.
  428.  
  429. ╔══════════════════════════════════════════════════════════════════════════════╗
  430. ║    SECTION 01.08 : NOTES FILE                                                ║
  431. ╚══════════════════════════════════════════════════════════════════════════════╝
  432.  
  433.      The NOTES directory "\RSA2\NOTES" can be used to store text data
  434.      for each individual stock in a file such as \RSA2\NOTES\IBM.NOT.
  435.      The notes text file can be displayed by hitting the F8 key when
  436.      any graph is displayed.  A "NOTES" function type may also be
  437.      defined in any of the table function files to automatically
  438.      display the notes file on the screen.
  439.  
  440. ╔══════════════════════════════════════════════════════════════════════════════╗
  441. ║    SECTION 01.09 : EARNINGS FILE                                             ║
  442. ╚══════════════════════════════════════════════════════════════════════════════╝
  443.  
  444.      The earnings file "\RSA2\EPS.RSA" is required for use of table
  445.      functions which use the "EARNINGS" or "PE" function types.  The
  446.      earnings file should be formatted as in the sample EPS.RSA file
  447.      provided.  This file must be manually updated using a text editor.
  448.  
  449. ╔══════════════════════════════════════════════════════════════════════════════╗
  450. ║    SECTION 01.10 : HARDWARE REQUIREMENTS                                     ║
  451. ╚══════════════════════════════════════════════════════════════════════════════╝
  452.  
  453.      RSA/2 Stock Analysis requires 640K of memory, 1 floppy
  454.      drive (hard drive recommended), graphics card, and monitor.
  455.      Graphics modes supported include color (VGA, EGA) and
  456.      monochrome (Hercules, CGA, EGA, VGA).
  457.  
  458. ╔══════════════════════════════════════════════════════════════════════════════╗
  459. ║    SECTION 01.11 : SHAREWARE AND REGISTERED VERSIONS                         ║
  460. ╚══════════════════════════════════════════════════════════════════════════════╝
  461.  
  462.      The shareware version of the RSA/2 Stock Analysis may be
  463.      copied and distributed to friends.   The shareware version may
  464.      be used free for 30 days.  After that you will be required to
  465.      send a registration fee to DLM Consulting for use of the program.
  466.      The registration fee will provide you:
  467.  
  468.          - Latest release of program with new features and enhancements.
  469.          - Capability to save table definition file changes to disk file.
  470.          - Your input and ideas may be included in future releases.
  471.          - Bulletin board access to utility programs.
  472.          - Inexpensive upgrades available for future versions.
  473.          - Printed charts with illustrations of buy/sell signals.
  474.  
  475.      The registered version of the RSA/2 Stock Analysis and
  476.      associated files are licensed software for use by the original
  477.      owner only and may not be copied or transferred.
  478.  
  479. ╔══════════════════════════════════════════════════════════════════════════════╗
  480. ║    SECTION 01.12 : TECHNICAL SUPPORT                                         ║
  481. ╚══════════════════════════════════════════════════════════════════════════════╝
  482.  
  483.      Technical support will be provided to registered users of this
  484.      program only.   Fixes to any reported problems will be made
  485.      available on the DLM BBS or by mail.  The cost of new release
  486.      diskettes is only $5.  The diskette will contain the latest
  487.      version of the program and data files.  Technical support does
  488.      not include training in the theory and use of technical analysis
  489.      and a basic understanding of DOS is required for use of this program.
  490.  
  491.      A bulletin board is available for sending messages to DLM.
  492.      The BBS phone number is 214-596-5121 (N/8/1/F).  Messages
  493.      can also be sent to DLM at GEnie mail address "DL.MACE",
  494.      Prodigy ID "GCNS46A", Compuserve ID "71171,500", or to
  495.      Internet address "71171.500@compuserve.com.
  496.  
  497. ╔══════════════════════════════════════════════════════════════════════════════╗
  498. ║    SECTION 01.13 : STOCK UPDATE PROCEDURE                                    ║
  499. ╚══════════════════════════════════════════════════════════════════════════════╝
  500.  
  501.      Use of an online information system to retrieve stock price and
  502.      volume data for updating the stock database is recommended.  The
  503.      option of manual update with the stock data window is available.
  504.      Updates can be performed on a daily basis or for multiple days.
  505.      Sample script files are provided for both methods.
  506.  
  507.         1) Define script input files in the RSA/2 start list
  508.            parameters #15, #16, #17.  Define script output
  509.            file in start list parameter #18.
  510.         2) Modify script input files to include your password.
  511.         3) Start RSA/2 automated updater program RSA2UP.EXE
  512.            or select UP option from advanced install menu.
  513.         4) Select script generation option to generate script file.
  514.         5) Use communication program and scipt file to download quotes.
  515.         6) Define quote input file in start list parameter #14.
  516.         7) Start RSA/2 automated updater program RSA2UP.EXE
  517.            or select UP option from advanced install menu.
  518.            A) Use parameters window to increase last day updated value.
  519.            B) Use automated update window to update the stock data.
  520.            C) At end of automated update operation, the updated stock
  521.               files will be written to disk.  The parameter file will
  522.               also be updated to save the date change.
  523.  
  524.            Note: An "*" before the start list file name to allow
  525.                  updater to run unattended:
  526.                   RSA2UP *START.LIST
  527.  
  528. ╔══════════════════════════════════════════════════════════════════════════════╗
  529. ║    SECTION 01.14 : SCRIPT GENERATION                                         ║
  530. ╚══════════════════════════════════════════════════════════════════════════════╝
  531.  
  532.      The RSA/2 updater script generation option creates script files for
  533.      accessing an online information system.  The primary use for this
  534.      option is to create a script file to download daily stock quotes
  535.      to be used for updating the Stock Database File.  The script output
  536.      file created consists of a copy of the script input file 1 (containing
  537.      script commands for signon), multiple copies of script file 2 (containing
  538.      script commands to retrieve a stock quote), and ends with a copy
  539.      of script input file 3 (containing script commands for signoff).
  540.      This will allow creation of script files for many communication
  541.      packages.  Examples are supplied on the distribution diskette.
  542.      The script input and output file names are defined in the RSA/2
  543.      start list file START.RSA.
  544.  
  545.      The Script Input File 2 can contain the following special values:
  546.  
  547.          $$S1 - The $$S1 variable will be replaced with a stock symbol
  548.                 from the Stock File database.  The output file created
  549.                 will repeat the contents of script input file 2 for
  550.                 each stock symbol in the stock file database.
  551.  
  552.          $$S2 - The $$S2 variable will be replaced with a stock symbol
  553.                 from the Stock File database.  This variable is used
  554.                 when a single script command will require multiple
  555.                 stock symbol names.  The output file created will
  556.                 repeat the contents of script input file 2 until
  557.                 all stock symbols in the stock file database are used.
  558.  
  559. ╔══════════════════════════════════════════════════════════════════════════════╗
  560. ║    SECTION 01.15 : DISCLAIMER                                                ║
  561. ╚══════════════════════════════════════════════════════════════════════════════╝
  562.  
  563.      In no event whatsoever will DLM Consulting be liable for
  564.      damages or losses in regard to the usage of this program,
  565.      data, or documentation.
  566.  
  567. ╔══════════════════════════════════════════════════════════════════════════════╗
  568. ║    SECTION 01.16 : TRADEMARK REFERENCES                                      ║
  569. ╚══════════════════════════════════════════════════════════════════════════════╝
  570.  
  571.      In this manual, references are made to a number of trademarks:
  572.  
  573.      Compuserve is a trademark of Compuserve Inc.
  574.      GEnie is a trademark of General Electric Information Services.
  575.      METASTOCK is a product of Equis International.
  576.      PROCOMM is a product of Datastorm Technologies.
  577.      PRODIGY is a trademark of Prodigy Services Co.
  578.      TC2000 is a trademark of Worden Brothers, Inc.
  579.  
  580.